object TexDialog: TTexDialog Left = 130 Top = 113 Width = 289 Height = 430 BorderIcons = [] Caption = 'Texure Resolution' Font.Charset = SHIFTJIS_CHARSET Font.Color = clWindowText Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] Scaled = False OnCreate = FormCreate OnShow = FormShow PixelsPerInch = 96 TextHeight = 12 object EffectiveLabel: TLabel Left = 152 Top = 120 Width = 4 Height = 12 Caption = ' ' end object GroupBox1: TGroupBox Left = 0 Top = 0 Width = 281 Height = 403 Align = alTop Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 0 object FixedRBtn: TRadioButton Left = 16 Top = 24 Width = 113 Height = 17 Caption = 'Texture Size' Checked = True Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentFont = False TabOrder = 0 TabStop = True OnClick = FixedRBtnClick end object PropRBtn: TRadioButton Left = 16 Top = 96 Width = 201 Height = 17 Caption = 'Texture Resolution' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentFont = False TabOrder = 1 OnClick = PropRBtnClick end object PropPanel: TPanel Left = 24 Top = 112 Width = 233 Height = 249 BevelInner = bvRaised BevelOuter = bvLowered Font.Charset = SHIFTJIS_CHARSET Font.Color = clGray Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ParentFont = False TabOrder = 2 object Label5: TLabel Left = 16 Top = 48 Width = 114 Height = 13 Caption = 'Effective Resolution' end object Label3: TLabel Left = 16 Top = 112 Width = 95 Height = 13 Caption = 'Largest Texture ' Color = clBtnFace ParentColor = False end object Label7: TLabel Left = 32 Top = 128 Width = 37 Height = 13 Caption = 'Widest' end object Label8: TLabel Left = 32 Top = 144 Width = 49 Height = 13 Caption = 'Heighest' end object Label9: TLabel Left = 32 Top = 160 Width = 52 Height = 13 Caption = 'Max Area' end object MaxWidthLabel: TLabel Left = 136 Top = 128 Width = 6 Height = 13 Caption = '?' end object MaxHeightLabel: TLabel Left = 136 Top = 144 Width = 6 Height = 13 Caption = '?' end object MaxAreaLabel: TLabel Left = 136 Top = 160 Width = 6 Height = 13 Caption = '?' end object Label6: TLabel Left = 40 Top = 224 Width = 7 Height = 13 Caption = '2' Transparent = True end object Label1: TLabel Left = 48 Top = 216 Width = 7 Height = 13 Caption = 'n' Transparent = True end object Label10: TLabel Left = 56 Top = 226 Width = 49 Height = 13 Caption = 'round up' end object Label11: TLabel Left = 16 Top = 16 Width = 64 Height = 13 Caption = 'Resolution ' Color = clBtnFace ParentColor = False end object Label12: TLabel Left = 16 Top = 28 Width = 118 Height = 13 Caption = '(Texels/Unit Length)' end object Label13: TLabel Left = 24 Top = 64 Width = 90 Height = 13 Caption = 'at nearest point' end object Label14: TLabel Left = 24 Top = 80 Width = 92 Height = 13 Caption = 'at farthest point' end object Label15: TLabel Left = 136 Top = 64 Width = 43 Height = 13 Caption = 'Label15' end object Label16: TLabel Left = 136 Top = 80 Width = 43 Height = 13 Caption = 'Label16' end object Label18: TLabel Left = 16 Top = 192 Width = 59 Height = 13 Caption = 'Texel Size' end object Label17: TLabel Left = 136 Top = 192 Width = 43 Height = 13 Caption = 'Label17' end object Power2CBox: TCheckBox Left = 16 Top = 224 Width = 17 Height = 17 Caption = 'Power2CBox' Enabled = False Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -15 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [fsBold] ParentFont = False TabOrder = 0 OnClick = Power2CBoxClick end object ResEdit: TEdit Left = 136 Top = 14 Width = 73 Height = 21 ReadOnly = True TabOrder = 1 Text = '1' OnChange = ResEditChange OnKeyPress = ResEditKeyPress end end object FixedPanel: TPanel Left = 24 Top = 40 Width = 233 Height = 41 BevelInner = bvLowered BevelOuter = bvLowered TabOrder = 3 object Label4: TLabel Left = 16 Top = 12 Width = 28 Height = 12 Caption = 'Width' end object Label2: TLabel Left = 128 Top = 12 Width = 49 Height = 13 Caption = 'Height' end object WidthEdit: TEdit Left = 64 Top = 8 Width = 41 Height = 20 TabOrder = 0 Text = '128' end object HeightEdit: TEdit Left = 176 Top = 8 Width = 41 Height = 20 TabOrder = 1 Text = '128' end end object OKBtn: TButton Left = 40 Top = 368 Width = 75 Height = 25 Caption = 'OK' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 1 ParentFont = False TabOrder = 4 OnClick = OKBtnClick end object CancelBtn: TButton Left = 152 Top = 368 Width = 75 Height = 25 Caption = 'Cancel' Font.Charset = SHIFTJIS_CHARSET Font.Color = clBlack Font.Height = -13 Font.Name = '�l�r �o�S�V�b�N' Font.Style = [] ModalResult = 2 ParentFont = False TabOrder = 5 end end end